home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 9,300 to 9,399 / 9300.zip / AOLDLs / HTML & Web Tools (MAC) / HTML_ MTX Web Publishing Tool / MTX Tool 1.3.sit / MTX Tool 1.3 / guide / docs / subhead.mtx < prev    next >
Text File  |  1996-02-18  |  1KB  |  38 lines

  1. %TITLE Subheadings and Outlines
  2. %OUTLINE long
  3. %AUTHOR Richard Rathe / rrathe@ufl.edu
  4. %AUTHURL rrathe@ufl.edu
  5. %VERSION MTX 1.3 User's Manual / Copyright 1996 by the University of Florida
  6. %PATH http://www.med.ufl.edu/medinfo/mtx/docs/
  7. %MTX 1.3
  8.  
  9. #Heading 1
  10.  
  11. ##Subheading 1
  12.  
  13. You can divide sections into smaller units with subheadings. To create a
  14. subheading use two leading percent signs (##) instead of one. This concept can be
  15. extended up to five levels deep (#####).
  16.  
  17. ###Third Level Subheading
  18.  
  19. ####Fourth Level Subheading
  20.  
  21. #####Fifth Level Subheading
  22.  
  23. ##Subheading 2
  24.  
  25. For brevity, the default table of contents lists only major headings. You can
  26. choose a longer, more detailed document outline (as seen on this page) by adding
  27. the "%OUTLINE" tag with the switch "long."
  28.  
  29. #Heading 2
  30.  
  31. It is also possible to suppress the table of contents altogether by using the
  32. "%OUTLINE" tag with the "none" switch. This format is useful when you want to use
  33. headings but don't want extra elements added to the page.
  34.  
  35. #Heading 3
  36.  
  37. This is the last section.
  38.